.title_title__O7YDB {
  --title-color: #161616;
  margin: 0;
  font-size: 6rem;
  color: #fafafa;
  transition-duration: 0.8s;
  transition-property: text-shadow;
  letter-spacing: 3px;
  text-shadow: 3px 3px 0 var(--title-color), -1px -1px 0 var(--title-color),
    1px -1px 0 var(--title-color), -1px 1px 0 var(--title-color),
    1px 1px 0 var(--title-color);
}
html[data-theme="dark"] .title_title__O7YDB {
  color: #161616;
  --title-color: #fafafa;
}
.project-tile_container__4JuCA {
  width: 20rem;
  height: 20rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  color: #161616;
  transition-property: background, color;
  transition-duration: 0.2s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  will-change: transform;
}
.project-tile_container__4JuCA:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom right,
    #b827fc,
    #2c90fc 25%,
    #b8fd33 50%,
    #fec837 75%,
    #fd1892
  );
  opacity: 0;
  transition-duration: 0.2s;
  background-size: 200% 200%;
  animation: project-tile_rainbow__BwBD9 3s ease infinite;
  animation-direction: alternate;
}
.project-tile_container__4JuCA:hover:before {
  opacity: 0.4;
}
.project-tile_container__4JuCA .project-tile_imageContainer__r2_Gq {
  display: flex;
  flex-grow: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
  padding: 1rem;
}
.project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_imageWrapper__NApgA {
  position: relative;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_videoContainer__6TPhj {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
.project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_videoContainer__6TPhj
  video {
  height: 100%;
  filter: grayscale(100%);
}
.project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_withShadow__Bx04_
  video {
  box-shadow: 0 3px 8px 2px rgba(90, 90, 90, 0.5);
  width: auto;
  height: 100%;
}
.project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_roundedVideo___Plm_
  video {
  border-radius: 3px;
}
@supports (-webkit-touch-callout: none) {
  .project-tile_container__4JuCA
    .project-tile_imageContainer__r2_Gq
    .project-tile_roundedVideo___Plm_
    video {
    box-shadow: none;
  }
}
.project-tile_container__4JuCA h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0.3rem 0 0;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color,
    -webkit-text-decoration-color;
  transition-duration: 0.2s;
  display: flex;
  align-items: center;
}
.project-tile_container__4JuCA h3 .project-tile_arrow__T2SwU {
  opacity: 0;
  font-size: 60%;
  color: #7a81ff;
  transition-duration: 0.2s;
  margin-left: -1rem;
  z-index: -1;
}
/* Light theme override: only color differs */
html[data-theme="light"] .project-tile_container__4JuCA h3 .project-tile_arrow__T2SwU {
  color: #f38f32;
}
.project-tile_container__4JuCA .project-tile_details__330aR {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  will-change: transform;
}
.project-tile_container__4JuCA
  .project-tile_details__330aR
  .project-tile_nameAndYear__qS_Gt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-tile_container__4JuCA
  .project-tile_details__330aR
  .project-tile_nameAndYear__qS_Gt
  h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(122, 129, 255, 0.8);
  text-decoration-color: rgba(122, 129, 255, 0.8);
  text-underline-offset: 0.3rem;
}
/* Light theme override */
html[data-theme="light"]
  .project-tile_container__4JuCA
  .project-tile_details__330aR
  .project-tile_nameAndYear__qS_Gt
  h3 {
  -webkit-text-decoration-color: rgba(243, 143, 50, 0.8); /* e.g., orange */
  text-decoration-color: rgba(243, 143, 50, 0.8);
}
.project-tile_container__4JuCA
  .project-tile_details__330aR
  .project-tile_nameAndYear__qS_Gt
  .project-tile_year__qm5Ux {
  font-weight: 700;
  font-size: 1.1rem;
  color: #636363;
}
/* Dark Theme override*/
html[data-theme="dark"] .project-tile_container__4JuCA
  .project-tile_details__330aR
  .project-tile_nameAndYear__qS_Gt
  .project-tile_year__qm5Ux {
  font-weight: 700;
  font-size: 1.1rem;
  color: #bababa;
}
.project-tile_container__4JuCA .project-tile_details__330aR p {
  margin: 0.8rem 0;
}
.project-tile_container__4JuCA .project-tile_tags__pfSNV {
  margin-top: auto;
}
.project-tile_container__4JuCA
  .project-tile_tags__pfSNV
  .project-tile_tag__J0yZp {
  display: inline-block;
  background-color: #161616;
  color: #fafafa;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  margin-right: 0.5rem;
}
.project-tile_container__4JuCA:hover h3 {
  color: #7a81ff;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
}
/* Light theme override */
html[data-theme="light"] .project-tile_container__4JuCA:hover h3 {
  color: #f38f32;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
}
.project-tile_container__4JuCA:hover h3 .project-tile_arrow__T2SwU {
  opacity: 1;
  margin-left: 0.3rem;
}
.project-tile_container__4JuCA:hover .project-tile_imageWrapper__NApgA,
.project-tile_container__4JuCA:hover video {
  filter: none !important;
}
html[data-theme="dark"] .project-tile_container__4JuCA {
  color: #fafafa;
}
html[data-theme="dark"] .project-tile_container__4JuCA:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom right,
    #3a0ca3,    /* deep purple */
    #5f3dc4 25%, 
    #7a81ff 45%,  /* lighter blue accent */
    #344e8c 65%,  /* darker blue */
    #1b2238 85%,  /* very dark navy */
    #0c0d1a      /* near black */
  );
  opacity: 0;
  transition-duration: 0.2s;
  background-size: 200% 200%;
  animation: project-tile_rainbow__BwBD9 3s ease infinite;
  animation-direction: alternate;
}
html[data-theme="dark"] .project-tile_container__4JuCA:hover {
  background-color: #323232;
}
html[data-theme="dark"] .project-tile_container__4JuCA:hover:before {
  opacity: 0.5;
}
html[data-theme="dark"]
  .project-tile_container__4JuCA
  .project-tile_imageContainer__r2_Gq
  .project-tile_withShadow__Bx04_
  video {
  box-shadow: none;
}
@keyframes project-tile_rainbow__BwBD9 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
.social-buttons_container__tQGpy {
  display: flex;
}
.social-buttons_animate__59EvE > :first-child {
  animation: social-buttons_wait__3Oftw 0.2s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 0.2s;
}
.social-buttons_animate__59EvE > :nth-child(2) {
  animation: social-buttons_wait__3Oftw 0.4s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 0.4s;
}
.social-buttons_animate__59EvE > :nth-child(3) {
  animation: social-buttons_wait__3Oftw 0.6s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 0.6s;
}
.social-buttons_animate__59EvE > :nth-child(4) {
  animation: social-buttons_wait__3Oftw 0.8s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 0.8s;
}
.social-buttons_animate__59EvE > :nth-child(5) {
  animation: social-buttons_wait__3Oftw 1s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 1s;
}
.social-buttons_animate__59EvE > :nth-child(6) {
  animation: social-buttons_wait__3Oftw 1.2s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 1.2s;
}
.social-buttons_animate__59EvE > :nth-child(7) {
  animation: social-buttons_wait__3Oftw 1.4s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 1.4s;
}
.social-buttons_animate__59EvE > :nth-child(8) {
  animation: social-buttons_wait__3Oftw 1.6s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 1.6s;
}
.social-buttons_animate__59EvE > :nth-child(9) {
  animation: social-buttons_wait__3Oftw 1.8s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 1.8s;
}
.social-buttons_animate__59EvE > :nth-child(10) {
  animation: social-buttons_wait__3Oftw 2s 0s,
    social-buttons_fade-in__HrYmM 0.8s ease-in-out 2s;
}
@keyframes social-buttons_wait__3Oftw {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes social-buttons_fade-in__HrYmM {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.icon-link_iconWrapper__d0wdc {
  margin-right: 0.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: #7a81ff;
}
html[data-theme="light"] .icon-link_iconWrapper__d0wdc {
  margin-right: 0.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: #f38f32;
}
/* Light theme */
.icon-link_iconWrapper__d0wdc .icon-link_icon__1oTN7 {
  transition-duration: 0.2s;
  padding: 0.4rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-link_iconWrapper__d0wdc:active,
.icon-link_iconWrapper__d0wdc:hover {
  text-decoration: underline;
}
.icon-link_iconWrapper__d0wdc:active .icon-link_icon__1oTN7,
.icon-link_iconWrapper__d0wdc:hover .icon-link_icon__1oTN7 {
  color: #000000;
  background-color: #7a81ff;
}
/* Light theme */
html[data-theme="light"] .icon-link_iconWrapper__d0wdc:active .icon-link_icon__1oTN7,
html[data-theme="light"] .icon-link_iconWrapper__d0wdc:hover .icon-link_icon__1oTN7 {
  color: #fafafa;
  background-color: #f38f32;
}
.icon-link_iconWrapper__d0wdc .icon-link_children__RTtHg {
  margin-left: 0.5rem;
}
.text-link_link__c79_n {
  text-decoration: underline;
  -webkit-text-decoration-color: #7a81ff;
  text-decoration-color: #7a81ff;
  transition-duration: 0.2s;
}
.text-link_link__c79_n:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #7a81ff;
}
/* Light theme */
html[data-theme="light"] .text-link_link__c79_n {
  -webkit-text-decoration-color: #f38f32;
  text-decoration-color: #f38f32;
}
/* Light theme */
html[data-theme="light"] .text-link_link__c79_n:hover {
  color: #f38f32;
}
.styles_container___WS3u {
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}
.styles_marginForSectionTop__dKPWQ {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}
.styles_blogPostList__i9MBm {
  list-style: none;
  padding-left: 0;
  font-weight: 600;
}
.styles_blogPostList__i9MBm li {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 650px) {
  .styles_blogPostList__i9MBm li {
    flex-direction: row;
    align-items: center;
  }
  .styles_blogPostList__i9MBm li .styles_postTitle__Sg0kc {
    margin-left: 1em;
    max-width: 50%;
  }
}
.styles_blogPostList__i9MBm .styles_postPublishedAt__QXwOX {
  color: #636363;
  margin-right: 1em;
}
.styles_blogPostList__i9MBm .styles_postTags__BJtBe {
  display: none;
  margin-bottom: 0.2em;
  margin-left: auto;
}
@media only screen and (min-width: 650px) {
  .styles_blogPostList__i9MBm .styles_postTags__BJtBe {
    display: flex;
  }
}
.styles_blogPostList__i9MBm .styles_postTags__BJtBe .styles_postTag__N4gqc {
  color: #636363;
  margin-right: 0.5rem;
}
.styles_blogPostList__i9MBm
  .styles_postTags__BJtBe
  .styles_postTag__N4gqc:before {
  content: "#";
}
.styles_projectTiles__yT_Tu {
  margin-top: 1.5rem;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 44rem) {
  .styles_projectTiles__yT_Tu {
    grid-template-columns: 1fr;
  }
}
.styles_projectTilesAnimate__yg24t > :first-child {
  animation: styles_wait__N8DMM 0.2s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 0.2s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(2) {
  animation: styles_wait__N8DMM 0.4s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 0.4s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(3) {
  animation: styles_wait__N8DMM 0.6s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 0.6s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(4) {
  animation: styles_wait__N8DMM 0.8s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 0.8s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(5) {
  animation: styles_wait__N8DMM 1s 0s, styles_fade-in__7vuUO 0.8s ease-in-out 1s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(6) {
  animation: styles_wait__N8DMM 1.2s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 1.2s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(7) {
  animation: styles_wait__N8DMM 1.4s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 1.4s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(8) {
  animation: styles_wait__N8DMM 1.6s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 1.6s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(9) {
  animation: styles_wait__N8DMM 1.8s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 1.8s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(10) {
  animation: styles_wait__N8DMM 2s 0s, styles_fade-in__7vuUO 0.8s ease-in-out 2s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(11) {
  animation: styles_wait__N8DMM 2.2s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 2.2s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(12) {
  animation: styles_wait__N8DMM 2.4s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 2.4s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(13) {
  animation: styles_wait__N8DMM 2.6s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 2.6s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(14) {
  animation: styles_wait__N8DMM 2.8s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 2.8s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(15) {
  animation: styles_wait__N8DMM 3s 0s, styles_fade-in__7vuUO 0.8s ease-in-out 3s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(16) {
  animation: styles_wait__N8DMM 3.2s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 3.2s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(17) {
  animation: styles_wait__N8DMM 3.4s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 3.4s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(18) {
  animation: styles_wait__N8DMM 3.6s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 3.6s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(19) {
  animation: styles_wait__N8DMM 3.8s 0s,
    styles_fade-in__7vuUO 0.8s ease-in-out 3.8s;
}
.styles_projectTilesAnimate__yg24t > :nth-child(20) {
  animation: styles_wait__N8DMM 4s 0s, styles_fade-in__7vuUO 0.8s ease-in-out 4s;
}
@keyframes styles_wait__N8DMM {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes styles_fade-in__7vuUO {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::selection {
  background-color: #7a81ff;
  color: #000000;
}
/* Light theme override */
html[data-theme="light"] ::selection {
  background-color: #f38f32;
  color: #ffffff;
}